Click or drag to resize

PullSubscription Constructor (Boolean, IListEventType)

Initializes a new instance of the PullSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PullSubscription(
	bool subscribeToAllFolders,
	IList<EventType> eventTypes
)

Parameters

subscribeToAllFolders
Type: SystemBoolean
eventTypes
Type: System.Collections.GenericIListEventType
See Also